• frmUpdateCustomerDetails.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmUpdateCustomerDetails
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmUpdateCustomerDetails));
32             
this.groupBox1 = new System.Windows.Forms.GroupBox();
33             
this.txtContact_no = new System.Windows.Forms.TextBox();
34             
this.txtEmail_Address = new System.Windows.Forms.TextBox();
35             
this.txtName = new System.Windows.Forms.TextBox();
36             
this.txtPassword = new System.Windows.Forms.TextBox();
37             
this.label6 = new System.Windows.Forms.Label();
38             
this.label5 = new System.Windows.Forms.Label();
39             
this.label4 = new System.Windows.Forms.Label();
40             
this.label3 = new System.Windows.Forms.Label();
41             
this.txtUsername = new System.Windows.Forms.TextBox();
42             
this.label2 = new System.Windows.Forms.Label();
43             
this.btnUpdate_record = new System.Windows.Forms.Button();
44             
this.textBox1 = new System.Windows.Forms.TextBox();
45             
this.groupBox1.SuspendLayout();
46             
this.SuspendLayout();
47             
//
48             
// groupBox1
49             
//
50             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
51             
this.groupBox1.Controls.Add(this.txtContact_no);
52             
this.groupBox1.Controls.Add(this.txtEmail_Address);
53             
this.groupBox1.Controls.Add(this.txtName);
54             
this.groupBox1.Controls.Add(this.txtPassword);
55             
this.groupBox1.Controls.Add(this.label6);
56             
this.groupBox1.Controls.Add(this.label5);
57             
this.groupBox1.Controls.Add(this.label4);
58             
this.groupBox1.Controls.Add(this.label3);
59             
this.groupBox1.Controls.Add(this.txtUsername);
60             
this.groupBox1.Controls.Add(this.label2);
61             
this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
62             
this.groupBox1.ForeColor = System.Drawing.Color.Black;
63             
this.groupBox1.Location = new System.Drawing.Point(31, 27);
64             
this.groupBox1.Name = "groupBox1";
65             
this.groupBox1.Size = new System.Drawing.Size(429, 243);
66             
this.groupBox1.TabIndex = 0;
67             
this.groupBox1.TabStop = false;
68             
this.groupBox1.Text = "User Details";
69             
//
70             
// txtContact_no
71             
//
72             
this.txtContact_no.Location = new System.Drawing.Point(139, 147);
73             
this.txtContact_no.Name = "txtContact_no";
74             
this.txtContact_no.Size = new System.Drawing.Size(133, 24);
75             
this.txtContact_no.TabIndex = 4;
76             
this.txtContact_no.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContact_no_KeyPress);
77             
//
78             
// txtEmail_Address
79             
//
80             
this.txtEmail_Address.Location = new System.Drawing.Point(139, 184);
81             
this.txtEmail_Address.Name = "txtEmail_Address";
82             
this.txtEmail_Address.Size = new System.Drawing.Size(246, 24);
83             
this.txtEmail_Address.TabIndex = 5;
84             
this.txtEmail_Address.Validating += new System.ComponentModel.CancelEventHandler(this.Email_Address_Validating);
85             
//
86             
// txtName
87             
//
88             
this.txtName.Location = new System.Drawing.Point(139, 110);
89             
this.txtName.Name = "txtName";
90             
this.txtName.Size = new System.Drawing.Size(246, 24);
91             
this.txtName.TabIndex = 3;
92             
this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Name_Of_User_KeyPress);
93             
//
94             
// txtPassword
95             
//
96             
this.txtPassword.Location = new System.Drawing.Point(139, 72);
97             
this.txtPassword.Name = "txtPassword";
98             
this.txtPassword.PasswordChar = '*';
99             
this.txtPassword.Size = new System.Drawing.Size(172, 24);
100             
this.txtPassword.TabIndex = 2;
101             
//
102             
// label6
103             
//
104             
this.label6.AutoSize = true;
105             
this.label6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
106             
this.label6.Location = new System.Drawing.Point(42, 184);
107             
this.label6.Name = "label6";
108             
this.label6.Size = new System.Drawing.Size(43, 18);
109             
this.label6.TabIndex = 18;
110             
this.label6.Text = "Email";
111             
//
112             
// label5
113             
//
114             
this.label5.AutoSize = true;
115             
this.label5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.label5.Location = new System.Drawing.Point(42, 147);
117             
this.label5.Name = "label5";
118             
this.label5.Size = new System.Drawing.Size(80, 18);
119             
this.label5.TabIndex = 17;
120             
this.label5.Text = "Contact No.";
121             
//
122             
// label4
123             
//
124             
this.label4.AutoSize = true;
125             
this.label4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.label4.Location = new System.Drawing.Point(42, 110);
127             
this.label4.Name = "label4";
128             
this.label4.Size = new System.Drawing.Size(45, 18);
129             
this.label4.TabIndex = 16;
130             
this.label4.Text = "Name";
131             
//
132             
// label3
133             
//
134             
this.label3.AutoSize = true;
135             
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136             
this.label3.Location = new System.Drawing.Point(42, 72);
137             
this.label3.Name = "label3";
138             
this.label3.Size = new System.Drawing.Size(67, 18);
139             
this.label3.TabIndex = 15;
140             
this.label3.Text = "Password";
141             
//
142             
// txtUsername
143             
//
144             
this.txtUsername.Location = new System.Drawing.Point(139, 34);
145             
this.txtUsername.Name = "txtUsername";
146             
this.txtUsername.Size = new System.Drawing.Size(172, 24);
147             
this.txtUsername.TabIndex = 0;
148             
this.txtUsername.Validating += new System.ComponentModel.CancelEventHandler(this.Username_Validating);
149             
//
150             
// label2
151             
//
152             
this.label2.AutoSize = true;
153             
this.label2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154             
this.label2.Location = new System.Drawing.Point(42, 36);
155             
this.label2.Name = "label2";
156             
this.label2.Size = new System.Drawing.Size(76, 18);
157             
this.label2.TabIndex = 13;
158             
this.label2.Text = "User Name";
159             
//
160             
// btnUpdate_record
161             
//
162             
this.btnUpdate_record.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
163             
this.btnUpdate_record.Location = new System.Drawing.Point(161, 288);
164             
this.btnUpdate_record.Name = "btnUpdate_record";
165             
this.btnUpdate_record.Size = new System.Drawing.Size(133, 53);
166             
this.btnUpdate_record.TabIndex = 3;
167             
this.btnUpdate_record.Text = "&Update";
168             
this.btnUpdate_record.UseVisualStyleBackColor = true;
169             
this.btnUpdate_record.Click += new System.EventHandler(this.Update_record_Click);
170             
//
171             
// textBox1
172             
//
173             
this.textBox1.Location = new System.Drawing.Point(316, 9);
174             
this.textBox1.Name = "textBox1";
175             
this.textBox1.Size = new System.Drawing.Size(100, 21);
176             
this.textBox1.TabIndex = 4;
177             
this.textBox1.Visible = false;
178             
//
179             
// frmUpdateCustomerDetails
180             
//
181             
this.AcceptButton = this.btnUpdate_record;
182             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
183             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
184             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
185             
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
186             
this.ClientSize = new System.Drawing.Size(494, 366);
187             
this.Controls.Add(this.textBox1);
188             
this.Controls.Add(this.btnUpdate_record);
189             
this.Controls.Add(this.groupBox1);
190             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
191             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
192             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
193             
this.MaximizeBox = false;
194             
this.MinimizeBox = false;
195             
this.Name = "frmUpdateCustomerDetails";
196             
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
197             
this.ShowIcon = false;
198             
this.ShowInTaskbar = false;
199             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
200             
this.Text = "Update Details";
201             
this.Load += new System.EventHandler(this.frmUpdateCustomerDetails_Load);
202             
this.groupBox1.ResumeLayout(false);
203             
this.groupBox1.PerformLayout();
204             
this.ResumeLayout(false);
205             
this.PerformLayout();
206
207         }
208
209         
#endregion
210
211         
private System.Windows.Forms.GroupBox groupBox1;
212         
private System.Windows.Forms.TextBox txtName;
213         
private System.Windows.Forms.TextBox txtPassword;
214         
private System.Windows.Forms.Label label6;
215         
private System.Windows.Forms.Label label5;
216         
private System.Windows.Forms.Label label4;
217         
private System.Windows.Forms.Label label3;
218         
private System.Windows.Forms.TextBox txtUsername;
219         
private System.Windows.Forms.Label label2;
220         
private System.Windows.Forms.Button btnUpdate_record;
221         
private System.Windows.Forms.TextBox txtEmail_Address;
222         
private System.Windows.Forms.TextBox txtContact_no;
223         
public System.Windows.Forms.TextBox textBox1;
224     }
225 }


Gõ tìm kiếm nhanh...